This is shell script for example code


Posted by coray0715 on 2023-07-04

#!/bin/bash

# This is a simple shell script example

# Print "Hello, World!" to the console
echo "Hello, World!"









Related Posts

建立自動化檢查的 React App(Husky, prettier, eslint, lint-statge)

建立自動化檢查的 React App(Husky, prettier, eslint, lint-statge)

部署 Node.js app 在 Heroku

部署 Node.js app 在 Heroku

實作 Redux(四):共享結構的物件提高性能

實作 Redux(四):共享結構的物件提高性能


Comments